[INFO] cloning repository https://github.com/irfanalmsyah/iot-server-api
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/irfanalmsyah/iot-server-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Firfanalmsyah%2Fiot-server-api", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Firfanalmsyah%2Fiot-server-api'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 23ab78b5a2039cb8015ca86907469254f7011c88
[INFO] fixing irfanalmsyah/iot-server-api against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Firfanalmsyah%2Fiot-server-api" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/irfanalmsyah/iot-server-api
[INFO] finished tweaking git repo https://github.com/irfanalmsyah/iot-server-api
[INFO] tweaked toml for git repo https://github.com/irfanalmsyah/iot-server-api written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/irfanalmsyah/iot-server-api on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/irfanalmsyah/iot-server-api already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f5177d243b903885bfeb3bf7e67c814142656a84deb92b7a163a1144c5d1e849
[INFO] running `Command { std: "docker" "start" "f5177d243b903885bfeb3bf7e67c814142656a84deb92b7a163a1144c5d1e849", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f5177d243b903885bfeb3bf7e67c814142656a84deb92b7a163a1144c5d1e849" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f5177d243b903885bfeb3bf7e67c814142656a84deb92b7a163a1144c5d1e849", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f5177d243b903885bfeb3bf7e67c814142656a84deb92b7a163a1144c5d1e849" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.166
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling cc v1.2.1
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.89
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling prettyplease v0.1.25
[INFO] [stderr]    Compiling v_htmlescape v0.15.8
[INFO] [stderr]    Compiling v_jsonescape v0.7.8
[INFO] [stderr]    Compiling ntex-rt v0.4.21
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking litemap v0.7.4
[INFO] [stderr]     Checking oneshot v0.1.8
[INFO] [stderr]     Checking ntex-service v3.3.3
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]    Compiling buf-min v0.7.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking unicode-ident v1.0.14
[INFO] [stderr]    Compiling dtoa v1.0.9
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]     Checking event-listener v5.3.1
[INFO] [stderr]    Compiling yansi-term v0.1.2
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking event-listener-strategy v0.5.2
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling annotate-snippets v0.9.2
[INFO] [stderr]     Checking unicode-bidi v0.3.17
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]     Checking unicode-properties v0.1.3
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking quote v1.0.37
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]     Checking phf_shared v0.11.2
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking async-broadcast v0.7.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking whoami v1.5.2
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling psm v0.1.24
[INFO] [stderr]    Compiling stacker v0.1.17
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.39
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking blowfish v0.9.1
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]     Checking sha-1 v0.10.1
[INFO] [stderr]     Checking hostname v0.4.0
[INFO] [stderr]     Checking email-encoding v0.3.1
[INFO] [stderr]     Checking sonic-number v0.1.0
[INFO] [stderr]     Checking sonic-simd v0.1.0
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking bumpalo v3.16.0
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=bf4833bde5bec3fc -C extra-filename=-81d72cc7ad664dde --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-aa2fd56a5dcb4943.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-5ef838d9f68c30ca.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-13e9c34d12d674d8.rmeta --cap-lints allow` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `regex-syntax` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=bdd04e0f4dc7c7dd -C extra-filename=-77fd13a38025c136 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "f5177d243b903885bfeb3bf7e67c814142656a84deb92b7a163a1144c5d1e849", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5177d243b903885bfeb3bf7e67c814142656a84deb92b7a163a1144c5d1e849", kill_on_drop: false }`
[INFO] [stdout] f5177d243b903885bfeb3bf7e67c814142656a84deb92b7a163a1144c5d1e849
